home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacApp Release 10 / Metrowerks Support / Libraries / CW Views / CWMAViewsHdr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-03  |  543 b   |  30 lines  |  [TEXT/CWIE]

  1. /*
  2.  *    CWMAViewsHdr.h
  3.  *
  4.  *    File to be included by the integrated environment and the CW MPW tools.
  5.  *  Copyright © 1995 metrowerks inc.  All rights reserved.
  6.  */
  7.  
  8.  
  9. #pragma check_header_flags on
  10.  
  11. #ifndef qPowerPC
  12.  #ifdef powerc
  13.   #define qPowerPC 1
  14.  #else
  15.   #define qPowerPC 0
  16.  #endif
  17. #endif
  18.  
  19. //
  20. //  MacApp must set up setup the conditional macros before it loads the Toolbox headers
  21. //
  22. #ifndef __MACONDITIONALMACROS__
  23.  #include "MAConditionalMacros.h"
  24. #endif
  25.  
  26. #include "MAToolboxHeaders.h"
  27.  
  28. #include "MAViews.h"
  29. #include "NubInspectorHooks.h"
  30.